perm filename COMP1.PAL[AL,HE]9 blob sn#353581 filedate 1978-05-10 generic text, type C, neo UTF8
COMMENT āŠ—   VALID 00002 PAGES
C REC  PAGE   DESCRIPTION
C00001 00001
C00002 00002	.TITLE  Pseudo-code
C00004 ENDMK
CāŠ—;
;.TITLE  Pseudo-code

;File that requires all the compiled files.
;Overlaid on top of the interpreter. 

;Only need to insert this during first pass
.IF1
;	.PRINT /Experimental version - for use with ALX.SAV
;/
	.MACRO ASCIE STR
	.ASCIZ STR
	.EVEN
	.ENDM

	.MACRO MAKEOP CNAME, ANAME	;Compiler name, Address name
	XX	CNAME
	.ENDM

 	.INSRT ALHEAD.PAL[AL,HE]
;	.INSRT ALHEAD.NEW[AL,HE]

 	.INSRT  INTOPS.PAL[AL,HE]
;	.INSRT  INTOPS.NEW[AL,HE]
		;The interpreter operation table
.ENDC

.OFFSET -160000

	PUTLOC PCDVER, PCVERSION

.OFFSET -300000
;OFFSET -320000

. = PCODE	;Beginning of instruction space

; This file is followed by the .ALP, .ALT, & .ALV files. Then COMP2.PAL[AL,HE]